home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / docs / mags / AIOV64.lha / AIOIssue64 / data / fe1 < prev    next >
Text File  |  2002-10-18  |  4KB  |  95 lines

  1. {backimage bg.iff}
  2. {center}
  3. {subhead}Boot Errors{def}{p}
  4. Article by Mark Tierno
  5. {left}
  6. {pp}
  7. We've all seen the colors flash by on the screen when our Amis start
  8. up, and most know that a yellow screen means a software error, but for
  9. the rest you may be a bit fuzzy. For such a case is this article. 
  10. Just print this out and save it somewhere for when your computer is
  11. havcing trouble and you really need this info you naturally won't be
  12. able to access it because it could be on the very same bad computer.
  13. {pp}
  14. First off is a quick summary of the initialization rorutines that the
  15. Amiga goes through.  A quick list of the system test start-up
  16. activities is as follows...
  17. {pp}                      
  18. {fixed}
  19.  1. Clear all chips of old data
  20.  2. Disable DMA and interrupts during the test.
  21.  3. Clear the screen.
  22.  4. Check the hardware ....checks to see if 68000 is functioning.
  23.  5. Change screen color.
  24.  6. Do a checksum test on all ROMS.
  25.  7. Change screen color.
  26.  8. Beginning of system startup.
  27.  9. Check RAM at $C0000,and move SYSBASE there
  28. 10. Test All CHIP RAM.
  29. 11. Change screen color.
  30. 12. Check that software is coming in ok.
  31. 13. Change screen color.
  32. 14. Setup CHIP RAM to receive data.
  33. 15. Link the libraries
  34. 16. Check for additional memory and link it
  35. 17. Turn the DMA and interrupts back on.
  36. 18. Start a default task.
  37. 19. Check for 68010,68020, and or 68881.
  38. 20. Check to see if thee is an exception ...processor error
  39. 21. system reset.
  40. {def}
  41. {pp}
  42. During all this is when we get any flashing colors as a result of some
  43. of these tests. It's when the screen holds on one of these colors that
  44. you know something is really wrong.  Yellow isn't so bad and occurs
  45. with bad software, but red or blue spell major problems.
  46. {pp}
  47. {fixed}
  48. COLOR     MEANING
  49. ____________________          
  50. Dark gray     Ok Hardware
  51. Light gray    Ok Software
  52. Red           Bad ROM Checksum
  53. Green         Bad RAM
  54. Blue          Bad Custom Chips
  55. Yellow        Exception; found an error before the error trapping software (GURU) was running.
  56. {def}
  57. {pp}
  58. Don't panic even if you do get a bad color; it could be remedied by
  59. something as simple as a loose connector to the motherboard.
  60. {pp}
  61. The keyboard processor has it's own self-checks as well, signaling any
  62. erros with that dreaded series of blinking caps-lock light.  The
  63. keyboard start-up is as follows:
  64. {pp}
  65. {fixed}
  66. 1. Performs checksum on ROM's
  67. 2. Checks 64 bytes of RAM.
  68. 3. The timer is tested.
  69. 4. Performs handshake with computer and gives results of selftest.
  70. {def}
  71. {pp}
  72. If the keyboard doesn't pass a test then it's error signal will be the
  73. caps-lock light flashing in one of the foloowing sequences...
  74. {pp}
  75. One Blink:    Keyboard ROM check failed.{p}
  76. Two Blinks:   Keyboard RAM checked failed.{p}
  77. Three Blinks: Watch dog timer failed{p}
  78. Four Blinks:  A short between two row lines or special control keys.
  79. {pp}
  80. A note on these codes based on some unfortunate recent experience.  If
  81. the cable leading from the keyboard or the connector from it to the
  82. computer is bad then that cou;ld trigger any of the above blinking
  83. codes at erretic intervals.  This doesn't say anything one way or the
  84. other about the keyboard itself but just about the part between
  85. keyboard and computer.  If your capslock light starts blinking after
  86. you've jerked the cable or touched the connector with something then
  87. that's a sign it could be a bad cable.  If you, like me, have an
  88. A4000T keyboard hooked into an A4000 then you have an additional
  89. adaptor (the plug for the keyboard is different for a A4000T keyboard
  90. versus a normal A4000 one) hooked from keyboard connector to the back
  91. of the computer- another possible source of your trouble.
  92. {pp}
  93.                                               
  94.  
  95.